SingleMINumericSingleMLogicalExclusiveOr Method
Computes the bitwise logical exclusive OR, also known as the bitwise logical XOR, of the current value and the specified value.
Namespace: Jodosoft.Numerics.ClampedAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
SingleM INumeric<SingleM>.LogicalExclusiveOr(
SingleM value
)
Private Function LogicalExclusiveOr (
value As SingleM
) As SingleM Implements INumeric(Of SingleM).LogicalExclusiveOr
private:
virtual SingleM LogicalExclusiveOr(
SingleM value
) sealed = INumeric<SingleM>::LogicalExclusiveOr
private abstract LogicalExclusiveOr :
value : SingleM -> SingleM
private override LogicalExclusiveOr :
value : SingleM -> SingleM
- value SingleM
- The value with which to compute the logical exclusive OR.
SingleMThe bitwise logical exclusive OR of the current value and
value.
INumericTSelfLogicalExclusiveOr(TSelf)